docs: Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Jun 2020 18:29:24 +0000 (14:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Jun 2020 18:29:24 +0000 (14:29 -0400)
docs/reference/gtk/migrating-3to4.md

index c3514e87a1cf29098f533143461a5c4982495aae..93b28e1f40c0ee1e954e348efa337a10aa8a5c83 100644 (file)
@@ -638,7 +638,7 @@ nodes.
 
 If you are using a #GtkDrawingArea for custom drawing, you need to switch
 to using gtk_drawing_area_set_draw_func() to set a draw function instead
-of connnecting a handler to the #GtkWidget::draw signal.
+of connecting a handler to the #GtkWidget::draw signal.
 
 ### Stop using APIs to query GdkSurfaces